home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / DefineSprite_156 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  113 b   |  9 lines

  1. if(_root.road._currentframe == 1 and _root.gameOver == "no")
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    gotoAndPlay(35);
  8. }
  9.